home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / graphics / 603 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  5.1 KB

  1. Path: Flex058.dBH.WAU.NL!joop.vandeWege
  2. From: joop.vandeWege@medew.ento.wau.nl (Joop van de Wege)
  3. Newsgroups: comp.sys.amiga.graphics
  4. Subject: Ghostscript 3.53 Amiga version uploaded
  5. Date: Mon, 22 Jan 1996 14:58:14 LOCAL
  6. Organization: ento
  7. Message-ID: <joop.vandeWege.534.000AEED0@medew.ento.wau.nl>
  8. NNTP-Posting-Host: flex058.dbh.wau.nl
  9. X-Newsreader: Trumpet for Windows [Version 1.0 Rev B final beta #4]
  10.  
  11. Hi all impatient ones :)
  12.  
  13. What follows is the readme for Ghostscript3.53 binary Amiga version, just 
  14. uploaded to ftp.luth.se/pub/aminet/new/gs363*.lha{readme} for the real 
  15. impatient ones.
  16. Programmers should read the gs353src_amiga.readme first.!!!!
  17.  
  18. Joop
  19. Joop.vandeWege@medew.ento.wau.nl
  20.  
  21. -------------------------------------------------------------------------
  22. Short:    Ghostscript3.53 binaries (installed)
  23. Author:   GS(Aladdin)/Amiga(Olaf Barthel)/Port(me)
  24. Uploader: Joop.vandeWege@Medew.ENTO.WAU.NL
  25. Type:     gfx/show
  26.  
  27. This is the binary distribution of GS containing all what is needed in
  28. directory 'Ghostscript'. See below for details.
  29.  
  30. This is the Amiga port of Ghostscript3.53. Ghostscript is a Postscript
  31. interpreter with support for Level 2 PS and PDF. This release includes
  32. *only* the Amiga display driver and the fileformat PNG. This is only a
  33. *small* part of the available device drivers and is a trade off between
  34. size and usability. The source is available from the same place you got
  35. the binary (is it?) so you can recompile to fit it to your needs.
  36.  
  37. This port requires:
  38. - An  Amiga  equipped  with  an mc68000 CPU or any successor CPU model and
  39.   Kickstart 2.04 or higher.
  40. - Approx. 4.7 MBytes of hard disk space available.
  41. - A  minimum  of 1 MByte of chip memory, depending on what you will want to
  42.   do  with  the  interpreter.  Printer output requires at least 2 MBytes of
  43.   contiguous memory (any memory, not necessarily chip memory).
  44. - A bunch of Postscript/Ghostscript fonts.
  45.  
  46. Comments/Suggestions/Bugs to:
  47. Joop.vandeWege@medew.ento.wau.nl
  48. Please use a Subject field with the name 'GS353' in it.
  49. Please direct all mail to me except when you're 100% sure it is a GS
  50. problem then you can use the Aladdin email address.
  51.  
  52. Joop van de Wege
  53.  
  54.  
  55. Getting Ghostscript.
  56. Download the binary archive, gs353bin.lha
  57. It contains all needed data in one directory with two versions of 
  58. Ghostscript353 (GS), a mc68000 version and a version which should work
  59. on machines with an mc68020 and higher. It doesn't use the FPU
  60. (68881/2/68040) instructions.
  61. This one should run on plain A1200, A3000, A4000-030, A4000 and any
  62. A500/A600/A1000/A2000 machine with a mc68020/30/40/60 installed and enough
  63. RAM. On my machine (A3000 + Merlin) it uses 150Kb Chip and 1.5Mb Fast.
  64. Expect it to use more if the psfile is big/complex or when displaying PDF
  65. files and when using 256color modes for the Workbench.
  66.  
  67. How to use Ghostscript.
  68. Unpack the archive gs353bin.lha to a suitable HD with enough room (~3.5M).
  69. A directory 'Ghostscript' will be created and all files needed are found
  70. within this directory.
  71. There are two ways to proceed from here.
  72. - Assign Ghostscript: to the directory where you unpacked the archive.
  73.   Example: unpack on 'Work:', creates Work:Ghostscript
  74.   Assign Ghostscript: Work:Ghostscript
  75.   path Ghostscript: add
  76.   (Optionally, remove one of the files gs000 or gs020-40sf and rename the
  77.   remaining to 'gs')
  78.   Now you can call 'gs' from anywhere with or without arguments. If you add
  79.   the above fragment (Assign ... add) to your s:user-startup then it will
  80.   available everytime you start your computer
  81. - Set the following environment variables:
  82.     - GS_LIB,     example: setenv GS_LIB=work:ghostscript/data
  83.     - GS_DEVICE   example: setenv GS_DEVICE=amiga (default)
  84.     - GS_FONTPATH example: setenv GS_FONTPATH=work:ghostscript/fonts
  85.     - GS_OPTIONS  example: setenv GS_OPTIONS="-sDEVICE=png16m -r120"
  86.   The only required variable is GS_LIB. Now you can copy 'GS' to a place
  87.   which is in the AmigaDOS search path.
  88. I have supplied my own version of the file FontMap adjusted for use with
  89. Artexpression fonts. See the doc 'fonts.doc' and the supplied FontMap file 
  90. for more details.
  91. It is possible to use the fonts from the 2.6.1{2} Aminet distribution with
  92. current one. The quality is astonishing low :(
  93.  
  94.  
  95. See the 'Ghostscript/docs' directory for more information, like commandline
  96. options. Some notes:
  97. Watch out for case sensitivity when using commandline options, -sOutputFile
  98. is not equal to -soutputfile !!!!!
  99. Some very useful commandlines with comments in ():
  100. gs -h (outputs small help on most important arguments)
  101. gs (gs opens window on WB and use its palette, use 256color WB if possible)
  102. gs -sDEVICE=png16m (uses the built-in PNG support instead of window on WB)
  103. gs -sOutputFile=ram:output%02d.png -sDEVICE=png256
  104.    (output to files numbered ram:output01.png/ram:output02.png/etc using
  105.     the PNG format (8bit))
  106. gs -r120 (use 120dpi as resolution instead of built-in 72, uses heaps of
  107.           memory at high values)
  108. Arguments useful for PDF files (and ps documents conforming to DSC ?)
  109. gs -dFirstPage=pagenumber (starts on the given page of the document)
  110. gs -dLastPage=pagenumber (Stops after the given page of the document)
  111. See use.doc/Switches for a complete overview of what is available.
  112.  
  113.  
  114.